From: djm@kirby.fc.hp.com Date: Fri, 13 Jan 2006 20:19:30 +0000 (-0600) Subject: Remove annoying #warning when compiling with CONFIG_XEN_SMP X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~16541^2~38^2~3 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks://%22Dat/%22http:/www.example.com/cgi/%22https:/%22bookmarks:/%22Dat?a=commitdiff_plain;h=3773da38628d5c8d12a3a5c53cf1932115242c7e;p=xen.git Remove annoying #warning when compiling with CONFIG_XEN_SMP --- diff --git a/xen/include/asm-ia64/config.h b/xen/include/asm-ia64/config.h index 74ee48ac0f..3ffeb9bd6c 100644 --- a/xen/include/asm-ia64/config.h +++ b/xen/include/asm-ia64/config.h @@ -121,7 +121,7 @@ extern char _end[]; /* standard ELF symbol */ // from include/asm-ia64/smp.h #ifdef CONFIG_SMP -#warning "Lots of things to fix to enable CONFIG_SMP!" +//#warning "Lots of things to fix to enable CONFIG_SMP!" #endif #define get_cpu() smp_processor_id() #define put_cpu() do {} while(0)